翻訳と辞書
Words near each other
・ Link prefetching
・ Link protection
・ Link quality analysis
・ Link Quality Report
・ Link rat
・ Link register
・ Link REIT
・ Link relation
・ Link River
・ Link River Dam
・ Link road
・ Link Road, Cuttack
・ Link rot
・ Link Stack
・ Link state packet
Link time
・ Link Tochigi Brex
・ Link Top
・ LINK Train
・ Link Trainer
・ Link Trainer Building
・ Link TV
・ Link Valley, Houston
・ Link Wasem
・ Link Wray
・ Link Wray (album)
・ Link's Crossbow Training
・ Link's memorandum
・ Link'u Link'u
・ Link, West Virginia


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Link time : ウィキペディア英語版
Link time

In computer science, link time refers to either the operations performed by a linker (i.e. ''link time operations'') or programming language requirements that must be met by compiled source code for it to be successfully linked (i.e. ''link time requirements'').
The operations performed at link time usually include fixing up the addresses of externally referenced objects and functions, various kinds of cross module checks (e.g. type checks on externally visible identifiers and in some languages instantiation of template). Some optimizing compilers delay code generation until link time because it is here that information about a complete program is available to them.
The definition of a programming language may specify link time requirements that source code must meet to be successfully compiled (e.g. the maximum number of characters in an externally visible identifier that must be considered significant).
Link time occurs after compile time and before runtime (when a program is executed). In some programming languages it may be necessary for some compilation and linking to occur at runtime.
Resolving external variables in a program is done at link time.


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Link time」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.